7 Orthogonality and Unitary Matrix
Orthogonality
Definition 7.1 A set of non-zero vectors v_{1}, \dots, v_{k} are orthogonal if
\langle v_{i}, v_{j} \rangle = 0, \quad \forall i \neq j.
Theorem 7.1 If v_{1}, \dots, v_{k} are orthogonal vectors, v_{1}, \dots, v_{k} are also linearly independent.
Representing vectors using orthogonal basis
Suppose \mathcal{S} is a subspace and \{ v_{1}, \dots, v_{n} \} is an orthogonal basis of \mathcal{S}, any vector v \in \mathcal{S} can be represented using \{ v_{1}, \dots, v_{n} \}
v = \sum_{i=1}^{n} \alpha_{i} v_{i},
where
\alpha_{i} = \frac{ \langle v, v_{i} \rangle }{ \lVert v_{i} \rVert^{2}_{ip} }
Orthonormal vectors
Definition 7.2 A set of vectors v_{1}, \dots, v_{k} are orthonormal if all vectors in the set are orthogonal to each other and each vector has the inner product norm of 1.
Unitary matrix
Definition 7.3 A square matrix \mathbf{U} \in \mathbb{C}^{n \times n} is unitary (orthogonal) if and only if \mathbf{U} has orthonormal columns.
Theorem 7.2 The matrix \mathbf{U} is orthogonal if and only if its transpose is its inverse
\mathbf{U}^{H} = \mathbf{U}^{-1}.
Corollary 7.1 The matrix \mathbf{U} is orthogonal if and only if the matrix product between its transpose and itself is an identity matrix
\mathbf{U}^{H} \mathbf{U} = \mathbf{U} \mathbf{U}^{H} = \mathbf{I}_{n \times n}.
Theorem 7.3 The matrix \mathbf{U} is unitary if and only if \mathbf{U} \mathbf{x} doesn’t change the length of \mathbf{x}:
\lVert \mathbf{U} \mathbf{x} \rVert = \lVert \mathbf{x} \rVert.
Unitary transformation
Theorem 7.4 Unitary transformation preserves inner product
(\mathbf{U} \mathbf{x})^{H} (\mathbf{U} \mathbf{y}) = \mathbf{x}^{H} \mathbf{y}.
Theorem 7.5 Unitary transformation preserves orthogonality of a set of vectors. That is, if a set of vectors \{ \mathbf{v}_{1}, \dots, \mathbf{v}_{n} \} are orthogonal to each other, then \{ \mathbf{U} \mathbf{v}_{1}, \dots, \mathbf{U} \mathbf{v}_{n} \} are also orthogonal to each other for any unitary matrix \mathbf{U}.